home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 220
- Top = 160
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About MiniBase'
- ClientHeight = 218
- ClientWidth = 298
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 86
- Top = 8
- Width = 165
- Height = 29
- Caption = 'MiniBase'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -24
- Font.Name = 'Swis721 BlkEx BT'
- Font.Style = [fsBold, fsItalic, fsUnderline]
- ParentFont = False
- IsControl = True
- end
- object ProductName: TLabel
- Left = 84
- Top = 9
- Width = 165
- Height = 29
- Caption = 'MiniBase'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -24
- Font.Name = 'Swis721 BlkEx BT'
- Font.Style = [fsBold, fsItalic, fsUnderline]
- ParentFont = False
- Transparent = True
- IsControl = True
- end
- object Version: TLabel
- Left = 8
- Top = 56
- Width = 35
- Height = 13
- Caption = 'Version'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 72
- Width = 44
- Height = 13
- Caption = 'Copyright'
- IsControl = True
- end
- object Comments: TLabel
- Left = 8
- Top = 104
- Width = 49
- Height = 13
- Caption = 'Comments'
- WordWrap = True
- IsControl = True
- end
- object Comments1: TLabel
- Left = 8
- Top = 136
- Width = 55
- Height = 13
- Caption = 'Comments1'
- WordWrap = True
- end
- object ProgramIcon: TImage
- Left = 24
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 120
- Top = 178
- Width = 65
- Height = 33
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- IsControl = True
- end
- end
-